we're using GCC - that's an XLC switch.
* s/aix3-2.h (LIBS_SYSTEM): Put -LIM -Liconv here.
and that's supposedly what 3.2 will come with. */
#undef SPECIFY_X11R4
+#ifndef __GNUC__
#define C_SWITCH_SYSTEM -ma
+#endif
#define HAVE_ALLOCA
#undef rindex
#undef index
3.2, and a cc-compiled Emacs works with this undefined.
--karl@cs.umb.edu. */
#undef SYSTEM_MALLOC
+
+/*
+ IBM's X11R5 use these libraries in AIX 3.2.2. */
+
+#define LIBS_SYSTEM -lIM -liconv